Update
This commit is contained in:
@@ -15,6 +15,7 @@ fi
|
||||
alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
|
||||
alias mv="mv --interactive --verbose"
|
||||
alias rm="rm --interactive --verbose"
|
||||
alias cp="cp --verbose"
|
||||
@@ -24,3 +25,5 @@ alias bathelp='batcat --plain --language=help'
|
||||
help() {
|
||||
"$@" --help 2>&1 | bathelp
|
||||
}
|
||||
|
||||
alias v=nvim
|
||||
|
||||
7
private_dot_config/zsh/dot_zprofile
Normal file
7
private_dot_config/zsh/dot_zprofile
Normal file
@@ -0,0 +1,7 @@
|
||||
# some default
|
||||
export EDITOR="nvim"
|
||||
|
||||
# XDG dir spec
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
Reference in New Issue
Block a user