mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
Add bash functions
This commit is contained in:
8
bash/.bash_aliases
Normal file
8
bash/.bash_aliases
Normal file
@@ -0,0 +1,8 @@
|
||||
# OSX aliases
|
||||
if [ $(uname) == "Darwin" ]; then
|
||||
alias ls="ls -FG"
|
||||
else
|
||||
alias ls="ls -F --color=auto"
|
||||
fi
|
||||
|
||||
alias tma="tmux attach"
|
||||
Reference in New Issue
Block a user