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