From 68b107ee4c15b8dbb06c41d46ede8d4a7a976eff Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 7 Nov 2018 13:30:49 +0100 Subject: [PATCH] Add workspace alias --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 66edbca..842e027 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,3 @@ - alias hello='echo "Hello :)"' alias rmd='rm --recursive' alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000' @@ -27,6 +26,8 @@ alias pi='ssh pi -t ''tmux a -t home \|\| tmux new-session -s home''' alias server='ssh server -t ''tmux a -t home \|\| tmux new-session -s home''' alias ltc='getclip | luac -l -' alias sign='gpg --armor --no-version --detach-sign --local-user darkwiiplayer' +alias workspace='cd ~/workspace' + stty -ixon # Enable Vi editing mode