diff --git a/.bashrc b/.bashrc index 64a8e8c8e336f46c43df1b68b5e14682015c1bd4..edb49eac5f7181cc9aee18ab8220c3f2d6ae61a4 100644 --- a/.bashrc +++ b/.bashrc @@ -32,6 +32,8 @@ fi export REPREPRO_BASE_DIR=$HOME/Documents/Shore/debian-repository export EDITOR=vim +export GOPATH=$HOME/Documents/Golang +export PATH=$PATH:$GOPATH/bin alias ll='ls -lh' alias la='ls -A' alias l='ls -CF' @@ -41,7 +43,7 @@ alias deborphan='deborphan -a --no-show-section' alias aptitude='aptitude --display-format %p --quiet' alias obsolete='aptitude search ?obsolete' alias missing-recommends="aptitude search '~RBrecommends:~i'" -alias removed="dpkg --get-selections | awk '/\tdeinstall/ {print $1}'" +alias removed="dpkg --get-selections | awk '\$2==\"deinstall\" {print \$1}'" alias ansible-local='ansible localhost -c local -i localhost,' alias ansible-local-playbook='ansible-playbook -i localhost, -c local' alias gen-ssh-config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config' diff --git a/Documents/Golang/.gitkeep b/Documents/Golang/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391