Remove usage of swapescape for keyboard, gpgsign + gitignore global more things

This commit is contained in:
2024-05-23 13:55:57 +02:00
parent 48b42495b2
commit a8c9098959
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ f() { find . -name "*$1*"; }
tar-create() {tar cfv $@}
tar-list() {tar -tvf $@}
tar-extract() {tar xfv $@}
us-layout() {setxkbmap us -option caps:swapescape }
usint-layout() {setxkbmap us -variant intl -option caps:swapescape }
us-layout() {setxkbmap us }
usint-layout() {setxkbmap us -variant intl }
make_venv() {
echo $(basename $(pwd) | awk '{print "conda activate "$1}') > $(pwd | awk '{print $1"/.autoenv.zsh"}')