revert tmux split keys to original

This commit is contained in:
Maxim Kraev 2016-07-18 13:03:47 +01:00 committed by Maksim Kraev
commit 09b6fde6af
19 changed files with 1422 additions and 85 deletions

View file

@ -67,7 +67,7 @@ else
sudo pacman -Syu
}
fi
if (( $+commands[pacman] )); then
# Pacman - https://wiki.archlinux.org/index.php/Pacman_Tips
alias pacupg='sudo pacman -Syu'
alias pacin='sudo pacman -S'
@ -134,3 +134,4 @@ pacmansignkeys() {
--no-permission-warning --command-fd 0 --edit-key $key
done
}
fi