Updated zshrc and link.sh
This commit is contained in:
parent
fc238a6cbe
commit
7cca459880
2
.zshrc
2
.zshrc
|
@ -41,6 +41,8 @@ alias top=htop
|
||||||
alias ll="ls -lh"
|
alias ll="ls -lh"
|
||||||
alias la="ls -a"
|
alias la="ls -a"
|
||||||
alias lp="lastpass.sh"
|
alias lp="lastpass.sh"
|
||||||
|
alias ranger="TERMCMD=urxvt ranger"
|
||||||
|
alias search="search.sh"
|
||||||
#alias ls="ls -N --time-style=long-iso --color=auto"
|
#alias ls="ls -N --time-style=long-iso --color=auto"
|
||||||
alias ls="ls --time-style=long-iso --color=auto"
|
alias ls="ls --time-style=long-iso --color=auto"
|
||||||
alias rhc='RUBYOPT="-W0" rhc'
|
alias rhc='RUBYOPT="-W0" rhc'
|
||||||
|
|
2
link.sh
2
link.sh
|
@ -9,3 +9,5 @@ ln -s $(pwd)/.zshrc.local ~
|
||||||
ln -s $(pwd)/.Xresources ~
|
ln -s $(pwd)/.Xresources ~
|
||||||
ln -s $(pwd)/.Xresources.d ~
|
ln -s $(pwd)/.Xresources.d ~
|
||||||
ln -s $(pwd)/.config/awesome ~/.config/
|
ln -s $(pwd)/.config/awesome ~/.config/
|
||||||
|
ln -s $(pwd)/.config/ranger ~/.config/
|
||||||
|
ln -s $(pwd)/.config/mpv ~/.config/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user