summaryrefslogtreecommitdiff
path: root/src/dotfiles/zsh/user_profile
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotfiles/zsh/user_profile')
-rw-r--r--src/dotfiles/zsh/user_profile19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/dotfiles/zsh/user_profile b/src/dotfiles/zsh/user_profile
deleted file mode 100644
index fab1b0e..0000000
--- a/src/dotfiles/zsh/user_profile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Aliases
-[ -f $XINITRC ] && alias startx="startx $XINITRC"
-[ -x "$(command -v nvim)" ] && alias vim="nvim"
-alias ls="ls -A --color=auto"
-alias ping="ping -c 2"
-alias clear="clear -x"
-alias open="xdg-open"
-alias lf="lfcd"
-alias vim="nvim"
-alias touchOn="synclient TouchpadOff=0"
-alias touchOff="synclient TouchpadOff=1"
-
-# Systemd and Arch linux specific aliases
-alias pacman="sudo pacman"
-alias systemctl="sudo systemctl"
-alias arch-wiki="cd /usr/share/doc/arch-wiki/html/en/"
-alias is="systemctl stop NetworkManager"
-alias blue="sudo systemctl start bluetooth"
-alias net="sudo systemctl start NetworkManager"