From 89fe615f586345f197689a28b5c84e9df3acd10f Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Feb 2024 18:19:38 +0400 Subject: user_profile was removed --- src/dotfiles/zsh/user_profile | 19 ------------------- src/dotfiles/zsh/zshrc | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 src/dotfiles/zsh/user_profile (limited to 'src') 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" diff --git a/src/dotfiles/zsh/zshrc b/src/dotfiles/zsh/zshrc index 873f29d..384e3f6 100755 --- a/src/dotfiles/zsh/zshrc +++ b/src/dotfiles/zsh/zshrc @@ -68,3 +68,23 @@ setopt interactive_comments unsetopt nomatch setopt INC_APPEND_HISTORY # Adds command to history when they are run setopt HIST_FIND_NO_DUPS # Doesn't show duplicate commands when backward searching + +# 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