mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
use GNU stow for setup
This commit is contained in:
20
zsh/.aliases
Normal file
20
zsh/.aliases
Normal file
@@ -0,0 +1,20 @@
|
||||
# Unix
|
||||
alias ls='ls --color=tty'
|
||||
alias ll='ls -al'
|
||||
alias ff='find -name'
|
||||
alias ln='ln -v'
|
||||
alias mkdir='mkdir -p'
|
||||
alias e='$EDITOR'
|
||||
alias v='$VISUAL'
|
||||
alias _='sudo'
|
||||
alias nohist='unset HISTFILE'
|
||||
|
||||
alias ta='tmux attach -t'
|
||||
alias ts='tmux new-session -s'
|
||||
alias tl='tmux list-sessions'
|
||||
|
||||
# Pretty print the path
|
||||
alias path='echo $PATH | tr -s ":" "\n"'
|
||||
|
||||
# Include custom aliases
|
||||
[[ -f ~/.aliases.local ]] && source ~/.aliases.local
|
||||
Reference in New Issue
Block a user