From dd9ea05fe9444359dd3eb3322262e7219e820c72 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 29 Oct 2017 00:00:02 +0100 Subject: [PATCH] Adding new stuff --- .bash_aliases | 2 ++ .tmux.conf.local | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index f23af16..2be39fb 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -154,3 +154,5 @@ alias yesip6="sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/wlp2s0/disable_ipv6'" alias dd="dd status=progress" alias omg2="killall plasmashell; plasmashell > /dev/null 2>&1 & disown" alias aliases="vim /home/viktor/.bash_aliases && source /home/viktor/.bash_aliases" + +# alias ghcirun="ghci --make $1; ./$1" diff --git a/.tmux.conf.local b/.tmux.conf.local index 7283b86..b216065 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -249,7 +249,7 @@ tmux_conf_copy_to_os_clipboard=false #set -g history-limit 10000 # start with mouse mode enabled -#set -g mouse on +# set -g mouse on # force Vi mode # really you should export VISUAL or EDITOR environment variable, see manual