mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
updated zshrc so it does not whine about even-better-ls and autojump
Former-commit-id: 1262ac3f59
Former-commit-id: c7fc1a90872a9c082a03939e8930eba179a8ce03
Former-commit-id: ad2d3e441475b139cd0bd430aebe81c9a4d6f57a
Former-commit-id: ec8a59e263f36acf11c64a0073843c3188469172
This commit is contained in:
parent
6723dcb6a3
commit
db5e42e5a0
1 changed files with 14 additions and 14 deletions
28
.zshrc
28
.zshrc
|
|
@ -10,7 +10,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
ZSH_THEME="garyblessington"
|
||||
|
||||
# Autojump
|
||||
. /usr/share/autojump/autojump.zsh
|
||||
#. /usr/share/autojump/autojump.zsh
|
||||
|
||||
# Import colorscheme from wal
|
||||
#(wal -r &)
|
||||
|
|
@ -225,21 +225,21 @@ alias gameon="sudo cpufreq-set -g performance"
|
|||
alias t='trans -brief'
|
||||
|
||||
# --- even-better-ls ---
|
||||
LS_COLORS=$(ls_colors_generator)
|
||||
run_ls() {
|
||||
ls-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
}
|
||||
# LS_COLORS=$(ls_colors_generator)
|
||||
# run_ls() {
|
||||
# ls-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
# }
|
||||
|
||||
run_dir() {
|
||||
dir-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
}
|
||||
# run_dir() {
|
||||
# dir-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
# }
|
||||
|
||||
run_vdir() {
|
||||
vdir-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
}
|
||||
alias ls="run_ls"
|
||||
alias dir="run_dir"
|
||||
alias vdir="run_vdir"
|
||||
# run_vdir() {
|
||||
# vdir-i --color=auto --group-directories-first -w $(tput cols) "$@"
|
||||
# }
|
||||
# alias ls="run_ls"
|
||||
# alias dir="run_dir"
|
||||
# alias vdir="run_vdir"
|
||||
# --- ---
|
||||
|
||||
# urxvt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue