update
This commit is contained in:
parent
4a284861de
commit
989980f0d4
@ -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"
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user