From 989980f0d4c298035929f2a372efb8d272e41349 Mon Sep 17 00:00:00 2001 From: wcbing Date: Tue, 13 Aug 2024 00:34:30 +0800 Subject: [PATCH] update --- shell/aliases.sh | 9 +++++---- tmux/.tmux.conf | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/shell/aliases.sh b/shell/aliases.sh index 9e0c9b1..62f87eb 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -1,4 +1,5 @@ -# list file +# List file +alias l="ls -a" alias la="ls -a" alias ll="ls -lh" alias lla="ls -alh" @@ -20,7 +21,7 @@ alias ssctl="sudo systemctl" # Containers #alias docker=podman -#alias debian="docker exec -it debian bash" -#alias fedora="docker exec -it fedora bash" -#alias archlinux="docker exec -it archlinux bash" +alias debian="docker exec -it debian bash" +alias fedora="docker exec -it fedora bash" +alias archlinux="docker exec -it archlinux bash" #alias nginx="docker exec nginx nginx" \ No newline at end of file diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5a8dc01..627db23 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,10 +1,10 @@ -set -g prefix M-z -unbind C-b +# set -g prefix M-z set -g mouse set -g set-clipboard on -## Style (bg:background, fg:foreground) -## ststus window pane +## Style of ststus window pane +## bg:background, fg:foreground +## ------------------------------ set -g status-style fg='#ffffff' set -g window-status-style bg=cyan set -g window-status-current-style bg=green