mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 01:18:44 +00:00
Update bash aliases
This commit is contained in:
+1
-3
@@ -1,8 +1,8 @@
|
||||
##### Platform independent #####
|
||||
|
||||
# Files
|
||||
alias df1="du -h -d 1"
|
||||
|
||||
|
||||
# Git Aliases
|
||||
alias g="git"
|
||||
alias ga="git add"
|
||||
@@ -48,14 +48,12 @@ alias npr="npm run"
|
||||
# CD-ing to some commonly used folders
|
||||
alias og="cd ~/Git"
|
||||
|
||||
alias sass_watch="sass --watch ./:./"
|
||||
alias grep="grep --color=auto"
|
||||
alias c="clear"
|
||||
alias be="bundle exec"
|
||||
alias serve="python -m http.server 9000"
|
||||
|
||||
##### Mac OS Specific #####
|
||||
alias cask="brew cask"
|
||||
alias fl="open -a ForkLift"
|
||||
|
||||
if [ -f ~/.bash_local_aliases ]; then
|
||||
|
||||
Reference in New Issue
Block a user