Created
October 14, 2014 09:19
-
-
Save nkigen/67e4a5338c4b296a4fc8 to your computer and use it in GitHub Desktop.
My .bash_alias file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias clc='clear' | |
alias myscilab='/home/nkigen/scilab-5.4.1/bin/scilab' | |
alias nexttool='sudo /home/nkigen/NXT/NextTool/NeXTTool /COM=usb' | |
alias go='xdg-open' | |
alias ispin='/usr/local/bin/ispin.tcl' | |
alias astudio='/home/nkigen/android-studio/bin/studio.sh' | |
alias eclipse='/home/nkigen/eclipse2/eclipse/eclipse' | |
alias jade_gui='java -cp /home/nkigen/development/jade/jade/lib/jade.jar jade.Boot -gui' | |
alias NuSMV='/home/nkigen/nusmv/bin/NuSMV' | |
alias mypane='tmux select-pane -t' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment