aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2016-10-25 00:53:26 +0100
committerVasil Zlatanov <v@skozl.com>2016-10-25 00:53:26 +0100
commit387cedb209623e572a9083346cae05b671054047 (patch)
tree77cbc88387700569c809d92da607afdda0e1bb1a /Shell
parent98f375f6ae289e094de568ec09659e97cf2f8807 (diff)
downloaddotfiles-387cedb209623e572a9083346cae05b671054047.tar.gz
dotfiles-387cedb209623e572a9083346cae05b671054047.tar.bz2
dotfiles-387cedb209623e572a9083346cae05b671054047.zip
updates
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases1
-rw-r--r--Shell/bashrc2
-rw-r--r--Shell/zshrc48
3 files changed, 27 insertions, 24 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index de7ada1..2b29a2d 100644
--- a/Shell/bash_aliases
+++ b/Shell/bash_aliases
@@ -32,6 +32,7 @@ alias radio40="unbuffer mpv 'http://relay.181.fm:8070' |grep --line-buffered icy
alias radiolounge="unbuffer mpv 'http://sc-tcl.1.fm:8010/' |grep --line-buffered icy-title | sed -u 's/.*icy-title: /p/' > /tmp/panel-fifo"
alias irc='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com'
alias vps='autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@skozl.com'
+alias desk='ssh -p 55022 vsz@108.61.173.91'
alias sourcel='source ~/.bash_aliases'
alias ,.='fc -e -'
alias cd..='cd ..'
diff --git a/Shell/bashrc b/Shell/bashrc
index 2cf29d4..8b7416a 100644
--- a/Shell/bashrc
+++ b/Shell/bashrc
@@ -121,3 +121,5 @@ export PATH="$HOME/bin:$HOME/bin/perl6:$PATH"
export EDITOR="vim"
export PENTADACTYL_RUNTIME="$HOME/.pentadactyl"
export LD_LIBRARY_PATH=/usr/local/lib
+
+export QSYS_ROOTDIR="/home/vsz/.yaourt-tmp/yaourt-tmp-vsz/aur-quartus-lite/pkg/quartus-lite//opt/altera/quartus/sopc_builder/bin"
diff --git a/Shell/zshrc b/Shell/zshrc
index 3e4b71d..270c4a5 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -59,27 +59,27 @@ export ANDROID_HOME=/opt/android-sdk
~/bin/sysinfo
-case $TERM in
- (*xterm* | *rxvt*)
-
- # Write some info to terminal title.
- # This is seen when the shell prompts for input.
- function precmd {
-if pgrep "panel" > /dev/null
-then
- print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a"
- ~/dotfiles/Panel/lemonbar/windows
-fi
- }
- # Write command and args to terminal title.
- # This is seen while the shell waits for a command to complete.
- function preexec {
-if pgrep "panel" > /dev/null
-then
- printf "\033]0;%s\a" "$1"
- ~/dotfiles/Panel/lemonbar/windows
-fi
- }
-
- ;;
-esac
+#case $TERM in
+# (*xterm* | *rxvt*)
+#
+# # Write some info to terminal title.
+# # This is seen when the shell prompts for input.
+# function precmd {
+#if pgrep "panel" > /dev/null
+#then
+# print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a"
+# ~/dotfiles/Panel/lemonbar/windows
+#fi
+# }
+# # Write command and args to terminal title.
+# # This is seen while the shell waits for a command to complete.
+# function preexec {
+#if pgrep "panel" > /dev/null
+#then
+# printf "\033]0;%s\a" "$1"
+# ~/dotfiles/Panel/lemonbar/windows
+#fi
+# }
+#
+# ;;
+#esac