Fix bashrc listing
This commit is contained in:
@@ -14,8 +14,8 @@ alias emacsnw="TERM=xterm-direct emacsclient -c -nw -a 'emacs -nw'"
|
||||
alias s="cd ~/scripts/"
|
||||
alias c='clear'
|
||||
|
||||
alias l='ls -lfh' #size,show type,human readable
|
||||
alias la='ls -lafh' #long list,show almost all,show type,human readable
|
||||
alias l='ls -lh' #size,show type,human readable
|
||||
alias la='ls -lah' #long list,show almost all,show type,human readable
|
||||
alias ll='ls -l' #long list
|
||||
|
||||
alias rm='rm -i' # ask before removal
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
set $mod Mod4
|
||||
font pango:SFMono Nerd Font Mono 10
|
||||
font pango:SFMono Nerd Font Mono 12
|
||||
|
||||
# correct locking
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- lock.sh
|
||||
|
||||
Reference in New Issue
Block a user