summaryrefslogtreecommitdiff
path: root/.shells/alias.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-01 17:32:00 +0300
committerThanos Apollo <[email protected]>2023-05-01 17:32:00 +0300
commit7d2142aa809193fd7ae080a242a1de5256f010da (patch)
treeac2b0d4c196a74feca6216db4b359872d5a09205 /.shells/alias.sh
parentdc2517226527686168683ee184e09a1a0accb1e6 (diff)
remove secondary files
Diffstat (limited to '.shells/alias.sh')
-rw-r--r--.shells/alias.sh36
1 files changed, 0 insertions, 36 deletions
diff --git a/.shells/alias.sh b/.shells/alias.sh
deleted file mode 100644
index f79e367..0000000
--- a/.shells/alias.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-alias ll='ls -l'
-alias grep='grep --color=auto'
-
-alias vim='nvim'
-alias vi='nvim'
-
-#git
-alias ga='git add'
-alias gaa='git add .'
-alias gc='git commit -m'
-alias gp='git push -u origin'
-alias gpm='git push -u origin master'
-alias gpd='git push -u origin developer'
-alias gs='git status'
-
-#pacman | yay
-alias yeet='paru -Rsc'
-
-# weather
-alias weather="curl wttr.in"
-
-alias ls='ls -la --color'
-alias sb='sudo systemctl start bluetooth'
-alias mykeys='setxkbmap -option caps:escape'
-alias logout='pkill -U $USER'
-#alias neofetch='neofetch | lolcat'
-alias b='bluetoothctl'
-alias ba='bluetooth-autoconnect'
-alias music='mocp'
-alias ytd="yt-dlp"
-alias c="pavucontrol"
-alias r="ranger"
-alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1"
-
-##yarn
-alias sweb='BROWSER="firefox" yarn start'