aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r--Shell/.zprofile14
1 files changed, 0 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