Migrate everything to GNU Stow locations instead of homeshick
This commit is contained in:
parent
54587a49ff
commit
82c930f4d5
24 changed files with 1 additions and 5 deletions
17
.zsh/interactive/aliases
Normal file
17
.zsh/interactive/aliases
Normal file
|
@ -0,0 +1,17 @@
|
|||
#! zsh
|
||||
alias has_command='whence >/dev/null'
|
||||
alias ls="ls -F --color=auto"
|
||||
alias lsl="ls -lh"
|
||||
alias grep="grep --color=auto"
|
||||
alias egrep="egrep --color=auto"
|
||||
alias pseudo="sudo"
|
||||
if has_command xdg-open; then
|
||||
alias ]='xdg-open'
|
||||
else
|
||||
alias ]='open'
|
||||
fi
|
||||
|
||||
# make sure ELinks can detect when it's in tmux
|
||||
alias elinks="STY= elinks"
|
||||
|
||||
has_command hub && alias git=hub
|
Loading…
Add table
Add a link
Reference in a new issue