Updated config
This commit is contained in:
parent
5f0343b67b
commit
6d21f3887c
11 changed files with 27 additions and 37 deletions
|
@ -11,8 +11,8 @@ function init_session
|
|||
|
||||
if command -q journalctl
|
||||
tmux split-window -v -l 10 journalctl -f
|
||||
else
|
||||
tmux split-window -v -l 10 tail -f /var/log/messages
|
||||
else if command -q logread
|
||||
tmux split-window -v -l 10 logread -f
|
||||
end
|
||||
|
||||
tmux select-pane -t 0
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/fish
|
||||
set DIRECTORIES documents music pictures projects videos
|
||||
set EXCLUDES node_modules .cache .godot .svelte-kit
|
||||
set FLAGS --archive --compress --delete --quiet
|
||||
set FLAGS --archive --compress --delete --human-readable --progress
|
||||
set HOSTS $argv
|
||||
set USER (whoami)
|
||||
set DESTINATION "~/files/"
|
||||
set DESTINATION "~/"
|
||||
|
||||
for exclude in $EXCLUDES
|
||||
set -a FLAGS --exclude $exclude
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue