Move all exported env variables in the profile scripts
This commit is contained in:
@@ -16,9 +16,6 @@ is_debian_based() {
|
||||
}
|
||||
|
||||
alias ls="eza --color=always --group-directories-first --icons"
|
||||
alias ll="eza -l --color=always --group-directories-first --icons"
|
||||
alias la="eza -a --color=always --group-directories-first --icons"
|
||||
alias lt="eza -aT --color=always --group-directories-first --icons"
|
||||
|
||||
# Replace some more things with better alternatives
|
||||
if is_debian_based; then
|
||||
@@ -37,11 +34,8 @@ alias fgrep='ugrep -F --color=auto'
|
||||
|
||||
# Other aliases
|
||||
alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
|
||||
alias du='du -h'
|
||||
alias userlist="cut -d: -f1 /etc/passwd | sort"
|
||||
alias ip='ip -color'
|
||||
alias pbcopy='xsel --clipboard --input'
|
||||
alias pbpaste='xsel --clipboard --output'
|
||||
alias stow='stow --dotfiles -d ~/.dotfiles '
|
||||
alias openport='netstat -nape --inet'
|
||||
alias kssh='kitty +kitten ssh'
|
||||
alias stow='stow -d $DOTFILES '
|
||||
|
||||
Reference in New Issue
Block a user