diff --git a/.gitignore b/.gitignore index 3e86248..b25c15b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ *~ -*/lnch -*/keyboard_layout_switcher diff --git a/fish/.config/fish/conf.d/developer.fish b/fish/.config/fish/conf.d/developer.fish index 8c7ca25..5af117c 100644 --- a/fish/.config/fish/conf.d/developer.fish +++ b/fish/.config/fish/conf.d/developer.fish @@ -2,7 +2,7 @@ alias jpnb='jupyter-notebook' alias cformat='clang-format -i -style=webkit' -alias maketmp='make BUILD_DIR=/tmp/(pwd)' +alias maketmp='make BUILD_DIR=/tmp/(basename (pwd))' function statusgit --argument show if test -z $show diff --git a/fish/.config/fish/conf.d/utilities.fish b/fish/.config/fish/conf.d/utilities.fish index 6b55a68..d7729fc 100644 --- a/fish/.config/fish/conf.d/utilities.fish +++ b/fish/.config/fish/conf.d/utilities.fish @@ -27,8 +27,3 @@ function pdfunlock end end -function starttmux - emacs --daemon - tmux -end - diff --git a/script/.local/bin/.gitignore b/script/.local/bin/.gitignore index 6f2a769..cdbb4a6 100644 --- a/script/.local/bin/.gitignore +++ b/script/.local/bin/.gitignore @@ -1 +1,2 @@ lnch +keyboard_layout_switcher