new lsd aliases
This commit is contained in:
parent
30d63ab0c9
commit
26b34a2b17
3
.vimrc
3
.vimrc
|
@ -27,6 +27,3 @@ set number
|
|||
set ignorecase
|
||||
set laststatus=2
|
||||
|
||||
autocmd VimLeave * :!open -a iTerm
|
||||
|
||||
|
||||
|
|
8
.zshrc
8
.zshrc
|
@ -14,15 +14,11 @@ export EDITOR='vim'
|
|||
bindkey "^[^[[D" backward-word
|
||||
bindkey "^[^[[C" forward-word
|
||||
setopt auto_cd
|
||||
alias l="ls"
|
||||
alias lr="ls -ltr"
|
||||
alias ll="ls -las"
|
||||
alias lr="lsd -ltr"
|
||||
alias ll="lsd -la"
|
||||
setopt PROMPT_SUBST
|
||||
export PROMPT='$(cdbm -add)'$PROMPT
|
||||
function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; }
|
||||
function pb() { echo "$1" | nc pastebin.24unix.net 9999 }
|
||||
function sudo() {
|
||||
$@
|
||||
}
|
||||
|
||||
neofetch
|
||||
|
|
Loading…
Reference in New Issue