From d1e8f727620479a98ad568e8e3dc98e84bef45b2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Feb 2024 17:36:51 +0400 Subject: version 0.2 --- src/dotfiles/zsh/user_profile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/dotfiles/zsh/user_profile (limited to 'src/dotfiles/zsh/user_profile') diff --git a/src/dotfiles/zsh/user_profile b/src/dotfiles/zsh/user_profile new file mode 100644 index 0000000..fab1b0e --- /dev/null +++ b/src/dotfiles/zsh/user_profile @@ -0,0 +1,19 @@ +# 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" -- cgit v1.2.3