diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:42:58 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:42:58 +0100 |
commit | 2824811e6a2e32f93777a82caa334200606f4c01 (patch) | |
tree | a4534b5761ed31bb746ac1916e6fa00233da3462 | |
parent | 8f918535d23e64ed4ff6c806c9fdd2b1fed967b8 (diff) | |
download | zsh-config-2824811e6a2e32f93777a82caa334200606f4c01.tar.bz2 |
method to load xilinx environment
-rw-r--r-- | zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ alias grep='grep --color=auto' alias less="less -r" alias anki='anki -b' +# method to load xilinx env +alias xilinx-env="emulate sh ; source /opt/Xilinx/14.7/ISE_DS/settings64.sh ; emulate zsh" +alias vivado-env="emulate sh ; source /opt/Xilinx/Vivado/2014.1/settings64.sh ; emulate zsh" + # shortcut for some commands alias l=ls alias ll=ls -la |