put files in folder
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
|
||||
if test (tty) = "/dev/tty1"
|
||||
set LOG_FOLDER .log/$(date +%Y%m%d)
|
||||
mkdir -p $LOG_FOLDER
|
||||
syncthing 2>&1 > $LOG_FOLDER/syncthing.log & disown
|
||||
exec driftwm
|
||||
end
|
||||
|
||||
|
||||
if status is-interactive
|
||||
alias ls="eza --icons --group-directories-first"
|
||||
|
||||
function __ls_after_cd --on-variable PWD
|
||||
ls
|
||||
end
|
||||
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
zoxide init fish --cmd cd | source
|
||||
@@ -0,0 +1,3 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:4300
|
||||
Reference in New Issue
Block a user