General maintenance of repo and removal of non-used functions.

This commit is contained in:
Érico Rolim 2019-10-08 22:11:45 -03:00
parent 5a9593d8e1
commit f28e3ae623
4 changed files with 2 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
*~
*/lnch
*/keyboard_layout_switcher

View File

@ -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

View File

@ -27,8 +27,3 @@ function pdfunlock
end
end
function starttmux
emacs --daemon
tmux
end

View File

@ -1 +1,2 @@
lnch
keyboard_layout_switcher