summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-12 22:31:55 +0300
committerThanosApollo <[email protected]>2022-09-12 22:31:55 +0300
commit2a72bd32596d7dcfdf4f8718a7ce9e9ac2596110 (patch)
tree77e4c265b7bccd2b8e1514ef41ac748104eba5f2 /.zshrc
parentf204372d9cacd96d3125477e151c459715fb0f35 (diff)
Update doom
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 6fbf1bf..f94d7a3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -38,12 +38,12 @@ alias cs='config status'
alias cc='config commit -m'
#pacman | paru
-alias yay='paru'
+#alias yay='paru'
alias u='paru -Syu'
alias r='paru -R'
#aliases
-alias ls='ls --color=auto'
+alias ls='ls -la --color=auto'
alias sb='sudo systemctl start bluetooth'
alias mykeys='setxkbmap -option caps:escape'
alias logout='pkill -U $USER'