diff options
-rw-r--r-- | Shell/.zprofile | 14 | ||||
-rw-r--r-- | Shell/.zshrc (renamed from Shell/.config/zsh/.zshrc) | 10 |
2 files changed, 10 insertions, 14 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 783dcb5..3816ffe 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -11,26 +11,12 @@ export DOTNET_CLI_TELEMTRY_OPTOUT=1 export force_color_prompt=yes export guile=guile2.2 -# Aliases -alias yapf='python2 -m yapf' -alias clip="xclip -sel clip" -alias paste="xclip -o" -alias ls="ls --color=auto" -alias l="ls -la" -alias md="mkdir" -alias fzf="fzf --layout=reverse --height=20" -alias suctl="systemctl --user" - # XDG variables export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XDG_RUNTIME_DIR=/run/user/`id -u` -# Dotfolders -export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" -export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo" - # Run some programs setxkbmap gb figlet dx diff --git a/Shell/.config/zsh/.zshrc b/Shell/.zshrc index 63fa757..06b08b4 100644 --- a/Shell/.config/zsh/.zshrc +++ b/Shell/.zshrc @@ -1,5 +1,15 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- +## Aliases +alias vim="nvim" +alias clip="xclip -sel clip" +alias paste="xclip -o" +alias ls="ls --color=auto" +alias l="ls -la" +alias md="mkdir" +alias fzf="fzf --layout=reverse --height=20" +alias suctl="systemctl --user" + ## ZSH export ZSH_THEME="af-magic" PS1="%F{8}[δx@%m%k] %B%F{14}[%(4~|...|)%3~]%F{white} |