Removing whitespace and adding a few aliases
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# aliases
|
||||
alias ll='ls -l'
|
||||
alias ta='tmux attach'
|
||||
alias lld='ls -l | grep ^d'
|
||||
alias ta='tmux attach -f'
|
||||
alias rmf='rm -rf'
|
||||
|
||||
# custom scripts
|
||||
|
||||
Reference in New Issue
Block a user