mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
XDG complian ncmpcpp
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -178,6 +178,7 @@ alias df='df -h' # human-readable sizes
|
|||||||
alias free='free -m' # show sizes in MB
|
alias free='free -m' # show sizes in MB
|
||||||
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
||||||
alias vifm='./.config/vifm/scripts/vifmrun'
|
alias vifm='./.config/vifm/scripts/vifmrun'
|
||||||
|
alias ncmpcpp='ncmpcpp ncmpcpp_directory=$HOME/.config/ncmpcpp/'
|
||||||
|
|
||||||
## get top process eating memory
|
## get top process eating memory
|
||||||
alias psmem='ps auxf | sort -nr -k 4'
|
alias psmem='ps auxf | sort -nr -k 4'
|
||||||
|
|||||||
@@ -267,6 +267,7 @@ alias df='df -h' # human-readable sizes
|
|||||||
alias free='free -m' # show sizes in MB
|
alias free='free -m' # show sizes in MB
|
||||||
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
||||||
alias vifm='./.config/vifm/scripts/vifmrun'
|
alias vifm='./.config/vifm/scripts/vifmrun'
|
||||||
|
alias ncmpcpp='ncmpcpp ncmpcpp_directory=/Users/alichtman/.config/ncmpcpp/'
|
||||||
|
|
||||||
## get top process eating memory
|
## get top process eating memory
|
||||||
alias psmem='ps auxf | sort -nr -k 4'
|
alias psmem='ps auxf | sort -nr -k 4'
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -150,7 +150,6 @@ alias doomsync="~/.emacs.d/bin/doom sync"
|
|||||||
alias doomdoctor="~/.emacs.d/bin/doom doctor"
|
alias doomdoctor="~/.emacs.d/bin/doom doctor"
|
||||||
alias doomupgrade="~/.emacs.d/bin/doom upgrade"
|
alias doomupgrade="~/.emacs.d/bin/doom upgrade"
|
||||||
alias doompurge="~/.emacs.d/bin/doom purge"
|
alias doompurge="~/.emacs.d/bin/doom purge"
|
||||||
|
|
||||||
# bat
|
# bat
|
||||||
# alias cat='bat'
|
# alias cat='bat'
|
||||||
|
|
||||||
@@ -195,6 +194,7 @@ alias df='df -h' # human-readable sizes
|
|||||||
alias free='free -m' # show sizes in MB
|
alias free='free -m' # show sizes in MB
|
||||||
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
alias lynx='lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys'
|
||||||
alias vifm='./.config/vifm/scripts/vifmrun'
|
alias vifm='./.config/vifm/scripts/vifmrun'
|
||||||
|
alias ncmpcpp='ncmpcpp ncmpcpp_directory=$HOME/.config/ncmpcpp/'
|
||||||
|
|
||||||
## get top process eating memory
|
## get top process eating memory
|
||||||
alias psmem='ps auxf | sort -nr -k 4'
|
alias psmem='ps auxf | sort -nr -k 4'
|
||||||
|
|||||||
Reference in New Issue
Block a user