From 012bdfb211621cb4394b12b8557b6884bc7fe6ae Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 1 Feb 2019 15:25:29 +0100 Subject: [PATCH] Removed useless aliases --- zsh/aliases.zsh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 6a5e118..39b881d 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -27,13 +27,6 @@ fi # clean for cmake files 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 alias cd..="cd .." alias cd...="cd ../.."