Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jørn Åne de Jong
dotfiles
Commits
37c6a5f6
Commit
37c6a5f6
authored
Jan 28, 2019
by
Jørn Åne
Browse files
Remove old aliases
I haven't used these in ages, let's get rid of these training wheels
parent
a21dc3a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
dot.bashrc
View file @
37c6a5f6
...
...
@@ -5,17 +5,6 @@ if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
alias ll='ls -ahl'
alias ..=' cd ..'
alias ...=' cd ../..'
alias ....=' cd ../../..'
alias .....=' cd ../../../..'
alias ......=' cd ../../../../..'
alias .......=' cd ../../../../../..'
alias ........=' cd ../../../../../../..'
alias .........=' cd ../../../../../../../..'
export LSCOLORS=ExgxfxdaCxDaDahbadacec
export LS_COLORS='di=1;34:ln=36:so=35:pi=33;40:ex=1;32:bd=1;33;40:cd=1;33;40:su=37;41:sg=30;43:tw=30;42:ow=34;42'
export CLICOLOR=1
...
...
dot.tcshrc
View file @
37c6a5f6
...
...
@@ -2,17 +2,6 @@
if ( -f .cshrc ) source .cshrc
alias ll ls -ahl
alias .. cd ..
alias ... cd ../..
alias .... cd ../../..
alias ..... cd ../../../..
alias ...... cd ../../../../..
alias ....... cd ../../../../../..
alias ........ cd ../../../../../../..
alias ......... cd ../../../../../../../..
setenv LSCOLORS ExgxfxdaCxDaDahbadacec
setenv LS_COLORS 'di=1;34:ln=36:so=35:pi=33;40:ex=1;32:bd=1;33;40:cd=1;33;40:su=37;41:sg=30;43:tw=30;42:ow=34;42'
setenv CLICOLOR 1
...
...
dot.zshenv
View file @
37c6a5f6
# .zshenv
alias ll='ls -ahl'
alias ..=' cd ..'
alias ...=' cd ../..'
alias ....=' cd ../../..'
alias .....=' cd ../../../..'
alias ......=' cd ../../../../..'
alias .......=' cd ../../../../../..'
alias ........=' cd ../../../../../../..'
alias .........=' cd ../../../../../../../..'
export LSCOLORS=ExgxfxdaCxDaDahbadacec
export LS_COLORS='di=1;34:ln=36:so=35:pi=33;40:ex=1;32:bd=1;33;40:cd=1;33;40:su=37;41:sg=30;43:tw=30;42:ow=34;42'
export CLICOLOR=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment