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