Removed useless aliases
This commit is contained in:
parent
1c427894bf
commit
012bdfb211
|
@ -27,13 +27,6 @@ fi
|
||||||
# clean for cmake files
|
# clean for cmake files
|
||||||
alias cclean='rm -rf `find . -name "CMakeCache.txt"` `find . -name "cmake_install.cmake"` `find . -name "CMakeFiles"` `find . -name "Makefile"`'
|
alias cclean='rm -rf `find . -name "CMakeCache.txt"` `find . -name "cmake_install.cmake"` `find . -name "CMakeFiles"` `find . -name "Makefile"`'
|
||||||
|
|
||||||
# Some games
|
|
||||||
alias war3="optirun wine /home/thomas/.wine/drive_c/Program\ Files/Warcraft/War3.exe -opengl"
|
|
||||||
alias nox="cd /home/thomas/.wine/drive_c/Westwood/Nox/; optirun wine Game.exe; cd -1"
|
|
||||||
|
|
||||||
# Start jekyll server easily
|
|
||||||
alias jekyll="bundle exec jekyll serve"
|
|
||||||
|
|
||||||
# Some cd aliases
|
# Some cd aliases
|
||||||
alias cd..="cd .."
|
alias cd..="cd .."
|
||||||
alias cd...="cd ../.."
|
alias cd...="cd ../.."
|
||||||
|
|
Loading…
Reference in New Issue